function LoadStringsFromFile(const FileName: String; var S: TArrayOfString): Boolean;
Loads the specified text file into the specified string array. Returns True if successful, False otherwise.